perm filename ALMAIN.DIF[EAL,HE] blob sn#701187 filedate 1983-03-18 generic text, type T, neo UTF8
DONE

  1) ALMAIN.PAS[AL,HE] and 2) U:ALMAIN.PAS[AL2,RV]	3-17-83 15:34	pages 1,1

**** File 1) ALMAIN.PAS[AL,HE]/1P/5L
1)	C00003 ENDMK
1)	C⊗;
1)	(*$R60 allocate more core for heap *)
1)	program al;
1)	procedure initAlloc; extern;				(* from ALLOC.PAS *)
**** File 2) U:ALMAIN.PAS[AL2,RV]/1P/5L
2)	C00006 ENDMK
2)	C⊗;
2)	(*$R60 allocate more core for heap *)
2)	program almain;
2)	procedure initAlloc; extern;				(* from ALLOC.PAS *)
***************


**** File 1) ALMAIN.PAS[AL,HE]/2P/8L
1)	procedure initWorld; extern;				(* from INTERP.PAS *)
**** File 2) U:ALMAIN.PAS[AL2,RV]/2P/8L
2)	procedure initParser; extern;				(* from PARSE.PAS *)
2)	procedure initWorld; extern;				(* from INTERP.PAS *)
***************


**** File 1) ALMAIN.PAS[AL,HE]/2P/14L
1)	initEditor;		(* get the Editor ready *)
1)	initWorld;		(* get the Interpreter ready too *)
1)	edit;
**** File 2) U:ALMAIN.PAS[AL2,RV]/2P/15L
2)	initParser;		(* get the Parser ready *)
2)	initWorld;		(* get the Interpreter ready too *)
2)	initEditor;		(* ditto for the Editor *)
2)	edit;
***************